FileUploadDialog Constructor

Initializes the SaveFileDialog. Called during construction.
 

Parameters

objectType

Type: dundas.ObjectType
The object type that is going to be saved. This must be a resource (image, map, etc).
defaultParentId

Type: String
(optional) The default ID of the parent folder to use to upload to.
Optional: True
defaultFileName

Type: String
(optional) The default filename to show (this is not yet used).
Optional: True
projectId

Type: String
(optional) The default project they want to save in. Defaults to window.dundas.context.currentProjectId.
Optional: True
resourceId

Type: String
(optional) If this is to update an existing resource, then this should be provided.
Optional: True